home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6316 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: news.mcs.net!usenet
  2. From: "James V. Reagan" <jreagan@mcs.net>
  3. Newsgroups: comp.lang.basic.visual.misc,comp.lang.pascal.delphi.misc,comp.lang.c++
  4. Subject: Re: Java?
  5. Date: Thu, 08 Feb 1996 07:36:55 -0600
  6. Organization: Reagan Technologies
  7. Message-ID: <3119FC77.AC7@mcs.net>
  8. References: <4e9g08$3dp@maureen.teleport.com> <Pine.SUN.3.90.960126125658.2477C-100000@menger.eecs.stevens-tech.edu> <sundial.2191.00464727@primenet.com> <DLvxyq.62w@news.hawaii.edu> <4et3p7$79o@cloud9.net> <823335327.28831@williaj.demon.co.uk> <mac.318.3115D621@zeus.hsrc.ac.za> <3119159C.531D@well.com>
  9. NNTP-Posting-Host: jreagan.pr.mcs.net
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0GoldB1 (Win95; I)
  14.  
  15. Tim Arnold wrote:
  16. > > - Java is a full compiler that produces .EXE files using a language that is
  17. > > C++-like in syntax but with less indeterminacies and a single-inheritance
  18. > > object hierarchy.
  19. > I wish. No .exe files, only .class files which the Java interperter understands. This the idea
  20. > behind portability.
  21.  
  22. The source code is portable in either case... how the code is executed
  23. at run-time is just a matter of semantics (and, yes, there are 
  24. performance/space issues).  Either way, you need "something" (either 
  25. an interpreter or compiler) to run the code on whatever platform
  26. you are porting to.
  27.  
  28. Are there compilers out there for Java?  If so, where can I get my
  29. hands on one for Windows95 ?  Thanks in advance...
  30. -- 
  31. James V. Reagan
  32. jreagan@mcs.net
  33. http://jreagan.pr.mcs.net
  34.